SftTabs/NET 6.0

MinimizeButtonWanted Property, ButtonsClass Class

Softel vdm, Inc.

Defines whether a Minimize button is available.

Syntax      ButtonsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property MinimizeButtonWanted As Boolean

C#   

public bool MinimizeButtonWanted { get; set; }

C++   

public: property bool MinimizeButtonWanted {
        bool get();
        void set(bool value);
}

Property Value

True if the Minimize button is displayed, otherwise False.

The default value is False.

Comments

The MinimizeButtonWanted property defines whether a Minimize button is available.

A tab control with a single row of tabs (Rows property) offers an optional Minimize button. The Minimize button does not require the presence of scroll buttons.

The Alignment property defines the Close, Minimize and Restore button alignment.

The MinimizeButtonEnabled defines whether the Minimize button is enabled.

The FullSize property defines whether the Close, Minimize and Restore button are as large as a tab.

The ToolTipMinimize property can be used to define the Minimize button tooltip.

Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com